home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 224
- Top = 122
- Width = 435
- Height = 300
- Caption = 'Grafik3'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object Button1: TButton
- Left = 153
- Top = 105
- Width = 120
- Height = 60
- Caption = 'Mal mal!'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -20
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = Button1Click
- end
- end
-